
.DynCSSMenu1{margin-left:auto;margin-right:auto;text-align:center;}

.tridolphin {
	font-family:Arial;
	font-size: 13px;
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
	border-right: none;
	border-left: 1px solid #525252;
	font-weight: bold;
	font-style: normal;
	background-color: #040404;
	}
.tridolphin ul {
	font-weight: normal;
	font-style: normal;
	
}
.tridolphin ul ul {
	}
.tridolphin li {
    background-image:url();
	background-repeat:repeat-x;
    width:100px;
 	background-color: #040404;
	border-right: 1px solid #525252;
	border-bottom: ;
}
.tridolphin li.first  {
width:;
	}
.tridolphin li.last  {
width:100px;
border-bottom: ;
border-right: ;
}
.tridolphin ul li.last  {
width:160px;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
.tridolphin ul li {
    background-image:url();
	background-repeat:repeat-x;
	background-color: #040404;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	width:160px;
	-moz-opacity:0.99;
	}
html * .tridolphin ul li {
filter:Alpha(opacity=99);
}
/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.tridolphin a {
	text-decoration: none;
	color:#FFFFFF !important;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top:4px;
	padding-bottom:4px;
	cursor: pointer;}
	
	
.tridolphin a:visited {color:#FFFFFF;}
.tridolphin a:visited {text-decoration:none;}



.tridolphin ul a {
	font-size: 12px;
    text-decoration: none;
	text-align: left;
	border-top: 0  #FFFFFF;
	border-bottom: 0  #FFFFFF;
	color:#050505;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1em;

	}

.tridolphin ul a:visited {color:#050505;}
.tridolphin ul a:visited {text-decoration:none;}
.tridolphin ul ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}.tridolphin li.selected {
    background-image:url();
	background-repeat:repeat-x;
	background-color: ;
	font-weight: bold;

	}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.tridolphin ul li.selected {
    background-image:url();
	background-repeat:repeat-x;

    background-color: #FFFFFF;
	font-weight: bold;

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.tridolphin a.selected {
	color: #FF9A36;
    text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.tridolphin ul a.selected {
	color: #FF8E1E;
    text-decoration: none;
	}


/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.tridolphin li.hover {
    background-image:url();
	background-repeat:repeat-x;
	background-color: ;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.tridolphin ul li.hover {
	background-image:url();
	background-repeat:repeat-x;
	background-color: #FFFFFF;

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.tridolphin a:hover {
	color: #C0C0C0 !important;
	text-decoration:none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.tridolphin ul a:hover {
	color: #050505 !important;
	}


/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.tridolphin li.hover.selected {
	background-color: ;
    color: #FF9A36;

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.tridolphin ul li.hover.selected {
	background-color: #FFFFFF;
    	color: #FF8E1E;

}


/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.tridolphin li a.hover.selected {
	color: ;

}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.tridolphin ul a.hover.selected {
	color: ;

	}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
 
.tridolphin .arrow {
	background-image: url(img/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}


/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.tridolphin .hover ul .arrow,
.tridolphin ul .arrow {
	background-image: url(img/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.tridolphin .hover .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.tridolphin ul .hover .arrow {}

div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}

div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}

