@charset "utf-8";
/* CSS Document */
/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse3
{
	background-color: #e6ecff;
	height: 45px;
	clear: both;
	text-align: center;/*For IE5 or IE No DOCTYPE*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
}
        
#sses3
{
	margin: 0 auto;
}
        
#sses3 ul
{
    font: normal 13px Arial;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
}
        
#sses3 li
{
	line-height: 50px;
	position: relative;
	overflow: hidden;/*used to hide slip*/
	z-index: 0;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #e6e6e6;
}
        
#sses3 li.current, #sses3 .slip
{
	background-color: #e6ecff;
}
        
#sses3 li a
{
	text-align: center;
	text-decoration: none;/*30px is used to adjust the distance between each menu item. Now the distance is 30+30=60px.*/
	/*width: 100px;*/ /*If you prefer a fixed width, uncomment this line and comment out above line*/
	color: white;
	display: block;
	z-index: 2;
	white-space: nowrap;
	padding-top: 0;
	padding-bottom: 0;
}
        
#sses3 li.current a
{

}
        
#sses3 .slip
{
    position: absolute;
    top: 0;
    z-index: -1;
}
