@charset "UTF-8";

ul.dropdown {font-weight: bold;float:right;}
	ul.dropdown li {font:1.4em calibri, helvetica, verdana;width:105px;height:19px;padding:4px 6px 12px 0;margin:0;text-align:center;background-image:url(../images/tab.gif);background-repeat:no-repeat;color: #FFF;}	
	ul.dropdown li.hover,	ul.dropdown li:hover {color: #cee0e7;}
	/* deal with the subtabs .. menu level 2 */
	ul.dropdown li.subtab {filter:alpha(opacity=95);-moz-opacity:0.95;-khtml-opacity: 0.95;opacity: 0.95;font:0.8em calibri, helvetica, arial;cursor:pointer;text-align:left;background:#cee0e7;width:170px;height:14px;padding:5px 2px;margin:0;border-left:1px solid #eee;border-right:1px solid #999;border-top:1px solid #ececec;}
	.subtablast{border-bottom:1px solid #999;}
	/* make sure last tab is aligned */
	ul.dropdown li.last {background-image:url(../images/tabdark.gif);background-repeat:no-repeat;padding-right:0;margin:0;width:108px;}	
	/* set the link styles and color */
	ul.dropdown li.tab a, ul.dropdown li.last  a{color:#FFF;}
	ul.dropdown li.tab a:hover, ul.dropdown li.last  a:hover{color:#cee0e7;}
		ul.dropdown li.subtab:hover{background:#ececec;}
		ul.dropdown li.subtab a{padding:0 3px;width:165px;height:18px;display:block;color:#2c4695;}
		ul.dropdown li.subtab a:hover{width:165px;height:19px;display:block;color:#333;text-decoration:underline;}
	ul.dropdown a:link,
	ul.dropdown a:visited{ color: #000; text-decoration: none; }
	ul.dropdown a:hover	{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
