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

.tridolphin {
	font-family:Arial;
	font-size: 14px ! important;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-right: none;
	border-left: none;
	font-weight: bold;
	font-style: normal;
	background-color: #007BF6;
	}
.tridolphin ul {
	font-weight: normal;
	font-style: normal;
	
}
.tridolphin ul ul {
	}
.tridolphin li {
    background-image:url();
	background-repeat:repeat-x;
    width:99px;
 	background-color: #007BF6;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #BBBBBB;
}
.tridolphin li.first  {
width:;
	}
.tridolphin li.last  {
width:100px;
border-bottom: none;
border-right: none;
}
.tridolphin ul li {
    background-image:url();
	background-repeat:repeat-x;
	background-color: #0072E4;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	width:150px;
	-moz-opacity:1;
	}
.tridolphin ul li.last  {
width:150px;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
html * .tridolphin ul li {
filter:Alpha(opacity=100);
}
/*
 * 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: 6px;
	padding-right: 6px;
	padding-top:4px;
	padding-bottom:4px;
	cursor: pointer;}
	
	
.tridolphin a:visited {color:#FFFFFF;}
.tridolphin a:visited {text-decoration:none;}





.tridolphin a {
	font-size: 14px ! important;
	}
	
.tridolphin ul a {
	font-size: 12px ! important;
    text-decoration: none;
	text-align: left;
	border-top: 1  #FFFFFF;
	border-bottom: 1  #FFFFFF;
	color:#FFFFFF;
	padding-left: 4pxpx;
	padding-right: 4pxpx;
	padding-top: 4pxpx;
	padding-bottom: 4pxpx;
	line-height: 1em;

	}

.tridolphin ul a:visited {color:#FFFFFF;}
.tridolphin ul a:visited {text-decoration:none;}
.tridolphin ul ul a {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1em;
}.tridolphin li.selected {
    background-image:url();
	background-repeat:repeat-x;
	background-color: #FF0000;
	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: #8E8E8E;
	font-weight: bold;

}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.tridolphin ul a.selected {
	color: #FFFFFF;
    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: #FF0000;
}
  
/*
 * 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: #FF0000;

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.tridolphin a:hover {
	color: #FFFFFF !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: #FFFFFF !important;
	}


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

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

}


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

}

/*
 * 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;
}

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


