/* CSS-based Navigational Menu with Custom Background Images + including addon drop down menu javascript 
-------- COPYRIGHT 2006 CIAN TECHNOLOGIES Pvt. Ltd. 
-------- FOR EXCLUSIVE USE OF CIAN TECHNOLOGIES WORLDWIDE, DIVISIONS AND SUBSIDIARIES WEBSITES ONLY 
---- version 1.0 / July 2006 ----
*/


.shadetabs{
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;

color:#0099CC;
}

.shadetabs li a:visited{
color:#0099CC;
}

.shadetabs li a:hover{
color:#0066CC;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/* top, right, bottom, and left */

/* Drop down menu navigational bar properties */
.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px dashed #006699;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 15px;
z-index: 100;
background-color:#F4F4F4;

}

.anylinkcss a{
color:#006699;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}