@charset "utf-8";




#sse1
{
	height: 38px;
	padding: 2px;
	border-radius: 3px;
	width: 1000px;
	float: left;
}
#sses1
{
    margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses1 ul 
{
	position: relative;
	list-style-type: none;
	float:left;
	padding:0;
	margin:0;
	border-bottom:1px #6C0000;
	width: 1000px;
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}

/*CSS for background bubble*/
#sses1 li.highlight
{
	background-color:#015F9B;
	top:36px;
	height:3px;
	z-index: 1;
	position: absolute;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-color: #C00;
}
#sses1 li a
{
	height:30px;
	padding-top: 8px;
	margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
	color: #000;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	position: relative;
	z-index: 2;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#wrapper #grid_4 #left_wrap .linkmenu li {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	list-style-type: none;
	line-height: 3em;
}
#wrapper #grid_4 #left_wrap .linkmenu li a {
	text-decoration: none;
	color: #666;
	padding: 5px;
	list-style-type: none;
}

#wrapper #grid_4 #left_wrap .linkmenu li a:hover {
	padding: 10px;
	border-bottom-color: #FC0;
	list-style-type: none;
	color: #000;
}

#wrapper #grid_4 #right_wrap .right_menu li {
	font-size: 13px;
	line-height: 3em;
	color: #666;
	text-decoration: none;
	list-style-type: none;
	padding-left: 2%;
}
#wrapper #grid_4 #right_wrap .right_menu li a {
	color: #666;
	text-decoration: none;
	padding: 5px;
	list-style-type: none;
}
#wrapper #grid_4 #right_wrap .right_menu li a:hover {
	color: #333;
	text-decoration: none;
	padding: 10px;
	list-style-type: none;
}
#wrapper #datagrid .horimenu li {
	font-size: 14px;
	height: 40px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-color: #A9C346;
	line-height: 3em;
	font-weight: bold;
}
#wrapper #datagrid .horimenu li a {
	text-decoration: none;
	color: #000;
	list-style-type: none;
	padding: 10px;
}
#wrapper #datagrid .horimenu li a:hover {
	padding: 15px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
#wrapper #datagrid #serdata #sertabs li {
	font-size: 13px;
	text-decoration: none;
	list-style-type: none;
	line-height: 3em;
}
#wrapper #datagrid #serdata #sertabs li a {
	color: #000;
	text-decoration: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#wrapper #datagrid #serdata #sertabs li a:hover {
	text-decoration: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #1E93EA;
}



#footerwrap #ft_grid .ft_menu li {
	font-size: 13px;
	line-height: 2.5pc;
	text-decoration: none;
	list-style-type: none;
}
#footerwrap #ft_grid .ft_menu li a {
	text-decoration: none;
	color: #FFF;
	padding: 2px;
	list-style-type: none;
}
#footerwrap #ft_grid .ft_menu li a:hover {
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-bottom-color: #FC6;
	list-style-type: none;
}
