



/* the container*/
#box{
text-align: left; 
margin:auto;
width: 99%;
height: 25px;
border:solid 1px #003366;
background: url(../imagespullar/navbg.jpg) top right  #000 no-repeat;
}







/*!!!!!The box around!!!!!!!!!!!!*/
#menucont {
color: #003366;
background: url(../imagespullar/navbg.jpg) top right  #003366 no-repeat;
width: 89%;
height: 25px;
position: absolute;left:10%;
}







/*!!!!!!!!!!!!!!!all item box!!!!!!!!!!!!!!*/
.menublock, .display  {
float:left;
width:120px;
background:transparent;
}





/*!!! Hide the drop down boxes!!!!!!*/
.menublock .subs{
display: none;
}




/*!!!!!!!!!!!!hyperlink controlsbox colour!!!!!!!!*/
a.tl,  a.tl:active, a.tl:hover, a.tl:visited { 
display: block;
text-decoration: none; 
border-right: #003366 1px solid;
text-align: center;
line-height:25px;
color:#fff !important ; 
background:transparent ;

}
/*!!!!!!!!!!!!rectify missing left border!!!!!!!!*/
#home{
border-left: #003366 1px solid;
}


a.sl, a.sl:active, a.sl:hover  , a.sl:visited{ 
display: block;
text-decoration: none; 
border: #003366 1px solid; 
border-bottom: 0px;
text-align: center; 
color:#fff !important;
background:#000; 
letter-spacing:1px; 

line-height:20px; 
}













/*top box hyper-links*/
 a.tl:active, a.tl:hover{ 
background-color:#0099FF;
color: #fff !important; 
text-align: center;
}




/*!!!! drop down menu boxes!!*/
 a.sl:active, a.sl:hover{ 
background:#0099ff ;
color: #fff !important;
text-align: center;
}

/*!!!! drop down menu boxes!!*/
a.sl, a.sl:active, a.sl:hover{
text-align: center; 
}










