/* NAVIGATION BUTTONS */ 
.top-nav{
	border-bottom:1px solid #1188FF; height:30px; 
	background:url(../images/menu/menu_bg2.gif);
}

.cssnav {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    background: url(../images/menu/menu_bg2.gif) no-repeat;
    width: 100px;
    height: 30px;
    overflow: hidden;
	border-left:1px solid #262626;
	/*border-left:1px solid #107fe8;*/
	/* for ie to hide extra height*/
} 

.cssnav a {
    display: block;
    color: #FFFFFF;
	font-weight:bold;
    font-size: 11px;
    width: 100px;
    height: 30px;
    display: block;
    float: left;
    text-decoration: none;
    overflow: hidden; /* for ie to hide extra height*/
} 
.cssnav a:hover {
    color: #ffffff; font-weight:bold; text-decoration:underline;
} 
.cssnav img {
    width: 100px;
    height: 30px;
    border: 0;
} 
* html a:hover {
    visibility: visible
} 
.cssnav a:hover img {
    visibility: hidden
} 
.cssnav span {
    position: absolute;
    left: 0px;
    top: 8px;
    text-align: center;
    width: 100px;
    cursor: pointer;
}

/* END OF NAVIGATION */

