.navbar
{
}  

.mainDiv
{ 
  width : 665px;
}

.topItem
{
font-size : 11px; 
font-weight : bold; 
color : #c70a00; 
font-family : Verdana, sans-serif; 
letter-spacing : 0; 
background : url("../images/arrow-up-title.jpg") no-repeat 0 0; 
background-position : center center; 
background-repeat : no-repeat; 
vertical-align : middle; 
height : 16px; 
cursor : pointer;
}

.topItemOver
{
font-size : 11px; 
font-weight : bold; 
color : #0f1e7a; 
font-family : Verdana, sans-serif; 
letter-spacing : 0; 
background : url("../images/arrow-up-title-on.jpg") no-repeat 0 0; 
background-position : center center; 
background-repeat : no-repeat; 
vertical-align : middle; 
height : 16px; 
cursor : pointer;
}

.topItemClose
{
font-size : 11px; 
font-weight : bold; 
color : #0f1e7a; 
font-family : Verdana, sans-serif; 
letter-spacing : 0; 
background : url("../images/arrow-down-title.jpg") no-repeat 0 0; 
background-position : center center; 
background-repeat : no-repeat; 
vertical-align : middle; 
height : 16px; 
cursor : pointer;
}

.topItemCloseOver
{
font-size : 11px; 
font-weight : bold; 
color : #c70a00; 
font-family : Verdana, sans-serif; 
letter-spacing : 0; 
background : url("../images/arrow-down-title-on.jpg") no-repeat 0 0; 
background-position : center center; 
background-repeat : no-repeat; 
height : 16px; 
cursor : pointer;
}

.dropMenu
{ 
font-size : 11px; 
color : #000000; 
font-family : Verdana, sans-serif; 
background-color : #ffffff; 
color : #000; 
border : 1px solid #ffffff; 
border-width : 0 1px 1px 1px; 
padding-top : 2px; 
padding-bottom : 15px; 
filter : alpha(opacity=100); 
}

.subMenu
{
display : block;
}

.subItem
{ 
margin-left : 0; 
margin-top : 2px; 
height : 620px; 
font : 11px Verdana, sans-serif; 
text-decoration : none; 
color : #000000;   
}

.drop
{ 
border-left : 1px solid black; 
border-right : 1px solid black; 	
}




