HTML
{
    margin: 0px auto;
    padding:0px auto;
}

BODY
{
    
    font-family:Tahoma;
    font-size:11px;
    background-image: url('bg.gif'); 
    background-repeat : repeat-x
}

TD
{
    
    font-family:Tahoma;
    font-size:11px;
}

TABLE
{
    
    font-family:Tahoma;
    font-size:11px;
}

TR
{
    
    font-family:Tahoma;
    font-size:11px;
}

HR
{
    border-top:1px solid #ECE9D8; 
    height:0px;
    margin:5px 0 5px 0;
    background-color:#fff;
}





#alt {



	clear: both;



	width: 100%;



	height: 68px;



	background: url('altbg.jpg') repeat-x;



	color: #0072bc;



}
.ust   { line-height: 24px;   background-image:   url('images/solustmenu_05.jpg'); background-repeat: no-repeat; font-size: 11px color: #000000; }
.ust   a { border-bottom:1px solid #FFF; height: 24px; width: 220px; display: block; background-image: url('images/solustmenu_05.jpg');   left:25px ; color: #000000; font-weight: bold; text-decoration: none; }
.ust   a:active {  background-image: url('images/solustmenu_06.jpg'); text-decoration: none; color:#000000;  }
.ust   a:hover {  background-image: url('images/solustmenu_06.jpg'); text-decoration: none; color:#000000;  }
.ust   a:link {   color:#000000;  }
.ust   a:visited {   color:#000000;  }

.altlink A:link {text-decoration: none; color: white;}
.altlink A:visited {text-decoration: none; color: white; }
.altlink A:active {text-decoration: none; color: white; }
.altlink A:hover {text-decoration: underline; color: white;}

A:link {text-decoration: none; color: #241e78;}
A:visited {text-decoration: none; color: #241e78; }
A:active {text-decoration: none; color: #241e78; }
A:hover {text-decoration: underline; color: #241e78;}

#chromemenu{
width: 100%;

font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

border: 0px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(images/chromebg2.gif) center center repeat-x;
text-decoration: none;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
border-bottom: 1px solid #ccc dotted;
}
	
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
border-right: 1px solid #ccc dotted;
border-left: 1px solid #ccc dotted;
border-top: 1px solid #ccc dotted;
}


/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 4px 5px;


font-family:Tahoma;
font-size:11px;

}





.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.formbutton{
color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#0A2760;
   border-left-color:#0A2760;
   border-right-color:#0A2760;
   border-bottom-color:#0A2760;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.buton{
color:#0A2760;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#0A2760;
   border-left-color:#0A2760;
   border-right-color:#0A2760;
   border-bottom-color:#0A2760;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}



.markermenu{
width: 195px; /*width of menu*/
align:center;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: white url(images/arrow-list.gif) no-repeat 2px center;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 195px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: black;
background-color: #ffffcb;
text-decoration: none;
background-image:url(images/arrow-list.gif); /*onMouseover image change. Remove if none*/
}



