/* CSS Document */
.navbar {
    position:relative;
	float:left; 
	width:183px;
	text-align:center; 
}  

.mainDiv {
    text-align:left;
	margin-top:1px;
	margin-top:0;
}

.topItem {
    font: bold 11px Tahoma, sans-serif;
    background: url(/themes/default/media/images/bg_menu_ht_dark.gif);
    background-repeat:repeat-x;
    width: 100%;
    height: 27px;
    color: #000000;
	cursor:pointer;
    border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
}

.topItemOver {
    font: bold 11px Tahoma, sans-serif;
    background: url(/themes/default/media/images/bg_menu_ht_dark.gif);
    background-repeat:repeat-x;
    height: 27px;
    width: 100%;
    color: #000000;
	cursor:pointer;
    border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
}

.topItemClose {
    font: bold  11px Tahoma, sans-serif;
    background: url(/themes/default/media/images/bg_menu_ht_dark.gif);
    background-repeat:repeat-x;
    height: 27px;
    width: 100%;
    color: #000000;
	cursor:pointer;
    border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
}

.topItemCloseOver {
    font: bold 11px Tahoma, sans-serif;
    background:URL(/themes/default/media/images/bg_menu_ht_dark.gif);
    background-repeat:repeat-x;
    height: 27px;
    width: 100%;
    color: #000000;
    cursor:pointer;
    border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
}

.dropMenu {
    filter:alpha(opacity=100);
}

.subMenu {
    display:block;
display:none;
}

.subItem {
    margin-left:0px;
    height:27px;
    font: 11px Tahoma, sans-serif;	
    text-decoration:none;
    color: #545353;
    font-weight:bold;
    text-decoration:none;
    text-indent:0px;
	width:185px;
		
}

.subItem a {
    margin-left:20px;
    font: 11px Tahoma, sans-serif;	 	
    text-decoration:none;
    color: #0066CC;
	font-weight:normal;
    text-decoration:underline;
	height:21px;
	display:block;
	padding-top:6px;
	
	
}

.list_number {
    margin-left:35px;
    font: 11px Tahoma, sans-serif;	
    text-decoration:none;
    color: #000000;
    font-weight:bold;
    text-decoration:none;
}

.list_number a {
    text-decoration:none;
}

.subItemOver {
    font: 11px Tahoma, sans-serif;	  
    height:27px;
    color: #DE8300;
    font-weight:bold;
    text-decoration:none;
	width:185px;
	
}

.subItemOver a {
    margin-left:20px;
    font: 11px Tahoma, sans-serif;
    cursor:pointer;	
    color: #0066CC;
    text-decoration:underline;
    cursor:pointer;
    font-weight:normal;
    text-decoration:none;
	height:21px;
	padding-top:6px;
	display:block;
	
}

.arrow_menu {
    float:left;
    margin-left:8px;
	margin-right:6px;
    border:0;
}

.arrow_inline {
    float:left;
    margin-left:6px;
	border:0;
	height:21px;
}

.link_inline {
    display:block;
    float:left;
    color: #0066CC;
    font-size:11px;
    font-family: Tahoma, sans-serif;
    font-weight:normal;
}

.menu_button {
    display:block; 
    width:100%; 
    height:27px;
}

.sub_link {
    color:#545353;
    font-family:Tahoma, sans-serif;
    font-size:11px; 
    text-decoration:none;
}

.button_menu {
    width:100%; 
    height:27px; 
    background:url(/themes/default/media/images/bg_menu_ht_dark.gif) repeat-x; 
    border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
    text-align:left;
	margin-top:1px;
}

.nomargin {
    margin:0;
}

.button_menu a {
    font-family:Tahoma, sans-serif;
    font-size:11px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
	height:27px;
}

.link {
     display:block;
	 padding-top:6px;
	 color:#223776;
	 color:#FFFFFF;
}

.footer_text {
    font-size:10px;
}


