/* CSS Document */


#nav{
position:relative; 
z-index:100;
display: table;
margin: -3px 0 0.15em;
padding: 0;
}
#nav ul{
margin:0;
padding: 0;
display: block;
}
#nav li{
width:102.5px;
background-color: #282886;
color: #fff;
list-style-type: none;
margin: 0;
padding: 0;
display: table-cell;
text-indent:5px;
float:left;
height: 25px;
line-height: 24px;
}
ul#nav li a:link, ul#nav li a:visited{
width:102.5px;
background-color: #282886;
color: #fff;
list-style-type: none;
margin: 0;
padding: 0;
display: table-cell;
text-indent:5px;
float:left;
height: 25px;
line-height: 24px;
text-decoration: none;
}
ul#nav li a:hover{
margin: 0;
padding: 0;
width:102.5px;
background-color: #1b1b5d;
color: #fff300;
}
a.xmenu, a.xmenu:visited {
display:block; 
width:107.14px; 
height:25px;
background:#282886; 
text-decoration:none; 
text-align:center; 
color:#fff; 
float:left;
}
a.xmenu span, a.xmenu:visited span {
display:block; 
width:107.14px; 
height:0.5em; 
background:#282886; 
overflow:hidden;
}
* html a.xmenu span, * html a.xmenu:visited span {
width:107.14px; 
height:0px; 
w\idth:103px; 
he\ight:0.5em; 
overflow:hidden;
}
a.xmenu:hover {
color:#ff0;
}
a.xmenu:hover span {
background:#ff0;
}