/* Standard Page Styles - start */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}

th {
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif;
}
	
A:link	{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline;}	
A:visited { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline; }	
A:active { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline; }	
A:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FF9A32;
	text-decoration: underline; }

/* set the orange dot for all list items */
ul {
	/*list-style-image: url(/images/avinet_spec/orange_dot.gif);*/
	list-style-position: outside;
}	

li {
	list-style-type: square;
}
	
/* Standard Page Styles - end */

/* HTML Control Styles - start */
.Button
{
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	border-spacing: 0px;
	background-color: #5898C5;
	border: solid 1px #dde3f7;
	font-family: Arial, Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-image:url(../images/ButtonBack.jpg);
	background-position:top;
	height:19px;		
}

.Input_Textboxes
{
	/*border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;*/
	height: 14px;
	font-size:11px;
	font-family: Verdana, Arial, Verdana, Sans-serif;
	color: #000000;
}

.Input_DropDowns
{
	font-size:11px;
	font-family: Verdana, Arial, Verdana, Sans-serif;
	color: #000000;
}

.Input_TextArea /* for multiline textboxes */
{
	/*border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;*/
	font-size:11px;
	font-family: Verdana, Arial, Verdana, Sans-serif;
	color: #000000;
}

/* HTML Control Styles - finish */

/* Page Styles (Header, Footer, Menus,etc) - start */
/* --HEADER ITEMS-->> */
.WelcomeText
{
	color:#FFFFFF; 
}
.UserAuthorizationText
{
 	color:#FFFFFF; 
 	font-size:11px;
}

.PageHeaderLinks A:link	{ text-decoration: none; color: #FFFFFF; font-size:11px; font-weight:normal; }	
.PageHeaderLinks A:visited { text-decoration: none; color: #FFFFFF; font-size:11px; font-weight:normal; }	
.PageHeaderLinks A:active { text-decoration: none; color: #FFFFFF; font-size:11px; font-weight:normal; }	
.PageHeaderLinks A:hover	{ text-decoration: none; color: #F7e59d; font-size:11px; font-weight:normal; }


/* <<--END HEADER ITEMS-- */


/* --LEFT MENU-->> */
.LeftMenu_MainBackColour
{
	background-color:#FFFFFF;
	background-image:url(../images/comunet_spec/left_side_background.jpg);
	background-repeat:repeat-y;
}

.LeftMenu_MainHeading
{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.LeftMenu_SubHeadingLnk A:link	{ text-decoration: none; color: #0e2053; }	
.LeftMenu_SubHeadingLnk A:visited { text-decoration: none; color: #0e2053; }	
.LeftMenu_SubHeadingLnk A:active { text-decoration: none; color: #0e2053; }	
.LeftMenu_SubHeadingLnk A:hover	{ text-decoration:none; color:#3aa8b5; }
	
.LeftMenu_SubHeadingBackColour
{
	/* background-color:#197490; */
}
/* <<--END LEFT MENU-- */
/* -- SITE MAP PATH STYLES-->> */

.SiteMapPath_PathSeparatorStyle {
	font-weight:bold;
	color:#3aa8b5;
}
.SiteMapPath_CurrentNodeStyle {
	font-weight:bold;
	color:#3aa8b5;

}
.SiteMapPath_NodeStyle /* not currently used!*/
{
	font-weight:bold;
	color:#7C6F57;
}
.SiteMapPath_RootNodeStyle A:link { font-weight:bold; color:#3aa8b5; }
.SiteMapPath_RootNodeStyle A:visited { font-weight:bold; color:#3aa8b5; }
.SiteMapPath_RootNodeStyle A:active { font-weight:bold; color:#3aa8b5; }
.SiteMapPath_RootNodeStyle A:hover { font-weight:bold; color:#0e2053; }

/* <<-- END SITE MAP PATH STYLES-- */

/*  --NEWS GADGET STYLES -->> */
.news_title
{
	font-size:12px;
	color:#003176;
	font-weight:bold;
}
.news_date
{
	font-weight: bold; 
	font-size: 10px; 
	color: #666666;
}
.news_body
{
	font-weight: normal; 
	font-size: 12px; 
	color: #666666; 
}
/* <<-- END SITE MAP PATH STYLES-- */


/* Page Styles (Menus,etc) - finish */

.form_label
{
	font-size: 11px;
	color:#606060;
}

.date_label
{
	color:#404040;
	font-size:10px;
}

.form_values
{
	font-size: 11px;
	font-weight:bold;
}

.info_text
{
	color:#0033CC;
	font-size:11px;
}

.dashed_line
{
	background-image: url(../images/dashed_line.gif); 
	background-repeat: repeat-x;
}

.simplelink A:link	{ text-decoration: none; color: #FF9A32; font-size:10px; font-weight:normal;}	
.simplelink A:visited { text-decoration: none; color: #FF9A32; font-size:10px; font-weight:normal;}	
.simplelink A:active { text-decoration: none; color: #FF9A32; font-size:10px; font-weight:normal;}	
.simplelink A:hover	{ text-decoration:underline; color: #FF9A32; font-size:10px; font-weight:normal;}

.FooterLinks	{ font-weight: normal; font-size: 10px; color: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.FooterLinks A:link	{ font-weight: normal; font-size: 10px; color: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }	
.FooterLinks A:visited { font-weight: normal; font-size: 10px; color: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }	
.FooterLinks A:active { font-weight: normal; font-size: 10px; color: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }	
.FooterLinks A:hover	{ font-weight: normal; font-size: 10px; color: #FF9A32; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }

.head1_link A:link	{ text-decoration: none; color: #000000; font-size:12px; font-weight:bold;}	
.head1_link A:visited { text-decoration: none; color: #000000; font-size:12px; font-weight:bold;}	
.head1_link A:active { text-decoration: none; color: #000000; font-size:12px; font-weight:bold;}	
.head1_link A:hover	{ text-decoration:underline; color: #000000; font-size:12px; font-weight:bold;}

.gadget_header
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
}
.ContentMainHeading
{
	font-size:14px; 
	color:#003399; 
	font-weight:bold;
}
.head1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.subhead1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.heading
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.subheading
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.texterror{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.footertext
{
	font-size: 10px;
	font-style: normal;
	color: #707070;
}
.largerfont
{
	font-family: Verdana, Arial, helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.normalitalics {
	font-size: 12px;
	font-style: italic;	

}
.smallbold {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.smallerbold {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
.smallerboldwhite {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.smallboldwhite {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.smallitalics {
	font-size: 11px;
}
.smallitalicsgray {
	font-size: 11px;
	color:#404040;
}
.smallitalicsred {
	font-size: 11px;
	font-style: italic;
	color:#CC0000;
}
.smalleritalics {
	font-size: 10px;
	font-style: italic;
}
.bluesmallbold {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #0033CC;
}
.charcoalbold {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color:#808080;
}
.maroonbold {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color:#CC0000;
}

.maroonboldunderline {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration:underline;
	color:#CC0000;
}
.GreenPictureBorder
{
	BORDER-LEFT-COLOR: #006600;
	BORDER-LEFT-WIDTH: 2px;
	BORDER-BOTTOM-COLOR: #006600;
	BORDER-BOTTOM-WIDTH: 2px;
	BORDER-TOP-COLOR: #006600;
	BORDER-TOP-WIDTH: 2px;
	BORDER-RIGHT-COLOR: #006600;
	BORDER-RIGHT-WIDTH: 2px;
}

.BluePictureBorder
{
	BORDER-LEFT-COLOR: #0066CC;
	BORDER-LEFT-WIDTH: 2px;
	BORDER-BOTTOM-COLOR: #0066CC;
	BORDER-BOTTOM-WIDTH: 2px;
	BORDER-TOP-COLOR: #006600;
	BORDER-TOP-WIDTH: 2px;
	BORDER-RIGHT-COLOR: #0066CC;
	BORDER-RIGHT-WIDTH: 2px;
}


/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
STYLES FOR SPHIDER ADMINISTRATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.main {font-size: 12px; font-family: Verdana, Arial; font-weight: bold}
.white {background-color: #FFFFFF}
.grey {background-color: #F2F2F2}
.darkgrey {background-color: #AAAAAA}
.greyHeading {
	background-color: #EEE; 
	padding: 4px;
}

a#small_button{
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #00B;
	text-decoration: none;
	text-align: center;

}

a#small_button:hover{
	text-decoration:underline;
}


div.fields label{
	width:40em;
	float:left;
	text-align:right;
	margin-right:1em;
}

input#text {
	background:#f5f5f5;
	font-size:1em;
	margin-bottom:0.5em;
}

input#radio {

}

input:active,input:focus,textarea:active,textarea:focus{
	background:#FFFFBB;
}
div.clear{clear:both;}

.left1 {
	text-align:right;
}

.tableSubHeading {
	background: #eee; 
	font-weight:bold; 
	padding:2px;
	margin-top:5px;
	border: 1px solid #969696;
}

.tableSubSubHeading {
	background: #F2F2F2; 
	font-weight:bold; 
	padding:1px;
}

.field1{
	border:1px solid #969696; 
	background:#f5f5f5
}

div#settings{
	width:80%;
	border:1px solid #202020;
	background:#ffffff;
	padding:1px;
	margin:0 auto;
}

div#indexoptions{
	padding:10px;
	width:500px;
	border:1px solid #202020;
	background:#ffffff;
	margin:0 auto;
}



div#sitelist{

}


div#admin{
    padding:10px;
	margin: 15px 15px;
}

#admin p.warn,#admin p.ok{
	text-align:center;
}



#mainmenu ul li a:hover,#mainmenu ul li a:focus,#mainmenu ul li a:active{
/*color: #930;*/
background: #e5ecf9;
}


#mouse_over{
	/*color: #930;*/
	background: #e5ecf9;
}



#tabs {
	font-family: Verdana, Arial;
	font-size: 12px;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#tabs li { 
	float: left; 
	height: 26px;
}

#tabs a { 
	width: 75px; 
	font-size:10px;
}

#tabs a#selected {
	position: relative;
	top: 0px;
	margin: 0 2px 0 0;
	float: left;
	background: #eee;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#tabs a#default {
	position: relative;
	top: 0;
	margin: 2px 2px 0 0;
	float: left;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#tabs a:hover {
	background: #eee;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #EEE;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#main {
	text-align: left;
	border: 1px solid #666;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#submenu ul {
	list-style-type: none;
	margin:0;
	margin-left:25px;
	padding: 0;
}

#submenu li {
	float: left;
	padding: 0 8px 0 8px;
	margin-left:-1px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	white-space: nowrap;
}
#submenu li a{
	color: #00B;
	font-weight:bold;
	padding:2px;
	text-decoration:none;
}


#submenu li a:hover{

	text-decoration:underline;
}


#submenu {
	height:1em;
	padding:7px;
	margin-bottom:10px;
	font-family: Verdana, Arial;
	background: #eee;
	color: #666;
	border-bottom:1px solid #666;
//	padding: 5px 7px 7px 7px; /* for All other Browsers */
}

#vertmenu {
	float:right;
		width: 100px;
	margin-left:0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial;
	}

#vertmenu ul{
		list-style: none;
		margin-right:0;
		margin-left:0;
		margin-top: 0;
		padding: 0;
		border: none;
}

#vertmenu li {
    margin-left:0px;
	padding-bottom:1px;
	text-align:left;
}

#vertmenu li a{
		display: block;

	background: #fff;
	border: 1px solid #969696;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	text-decoration: none;
		width: 100%;
}

#vertmenu ul li a:hover,#menu ul li a:focus,#menu ul li a:active{
	background: #e5ecf9;
}


input#submit{
	background:#e5ecf9;
	color:#000;
	font-size:12px;
	padding: 2px;
	font-weight:bold;
	margin:1em 0 0 0em;
}

#statistics_table {
	width: 80%;
	border: 1px solid #333;
	margin: 0 auto;
}

ul#vertmenu{
	margin: 100;
	padding: 0;
	list-style-type: none;
}

td.normal{ 
height: 20px; 
text-decoration: none; 
background-color: White; 
background-attachment: fixed; 
background-image: none; 

} 

td.normalon 
{ 
	height: 20px; 
	text-decoration: none; 
	background-color: White; 
	background-attachment: fixed; 
	background-image: url(/images/avinet_spec/nav_orange_fade.gif); 
	background-repeat: repeat;
	background-position: top left;
} 

.side_nav_head  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	text-align: left;
	display: block;
	margin: 0;
	padding: 5px 5px 4px 9px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E0E0E0;
	border-left-color: #FF9933;
	text-decoration: none;
}

.side_nav_head a:link  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: f0f0f0;
	text-align: left;
	display: block;
	margin: 0;
	padding: 5px 5px 4px 9px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E0E0E0;
	border-left-color: #FF9933;
	text-decoration: none;
}
.side_nav_head a:visited  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: f0f0f0;
	text-align: left;
	display: block;
	margin: 0;
	padding: 5px 5px 4px 9px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E0E0E0;
	border-left-color: #FF9933;
	text-decoration: none;
}
.side_nav_head a:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3e5587;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: f0f0f0;
	text-align: left;
	display: block;
	margin: 0;
	padding: 5px 5px 4px 9px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E0E0E0;
	border-left-color: #FF9933;
	text-decoration: none;
}
.side_nav_head a:hover  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FF9933;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	margin: 0;
	padding: 5px 5px 4px 9px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E0E0E0;
	border-left-color: #FF9933;
	text-decoration: none;
}

.captions {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
}
.captions a:link {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
}
.captions a:visited {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
}
.captions a:hover {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FF9A32;
	font-style: italic;
	text-decoration: underline;
}
.captions a:active {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
}

.bodytable {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.bodytable a:link {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3e5587;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.bodytable a:visited {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3e5587;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	text-decoration: none;
}
.bodytable a:hover {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF9A32;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;

}
.bodytable a:active {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3e5587;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.bodytableheading {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-image: url(/images/avinet_spec/nav_orange_fade.gif);
	background-repeat: repeat-x;
}



#navigator { margin: 0; padding: 0; width: 100% }

#navigator li     {
	font-size: 10px;
	text-align: left;
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #E0E0E0}

#navigator li a   { 
 	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-decoration: none;
	text-decoration:none; 
	background-color: #fff; 
	padding: 5px 4px 5px 12px; 
	display: block }


#navigator li a:link   { color: #666; background-color: #fff }
#navigator li a:visited { color: #666; background-color: #fff }
#navigator li a:hover     {
	color: #333;
	background-image: url(/images/avinet_spec/nav_orange_fade.gif);
}
#navigator ul li a.active { color: #666; background-color: #fff; border-left: 4px solid #ff6600 }


#ddloptions {
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity:.80;
}

