div#menu {
	text-align:left; 
	font-size: 20px;
	color: #000000;
	width: 170px;
	padding-top:5px;
}

#menu a {
	/*background:#FFFFFF url(../_bilder/border-bottom.gif) repeat-x scroll center top;*/
	display:block;
	text-decoration:none;
	white-space:nowrap;
	color: #444444;
	padding-left: 5px;
	padding-right: 5px;
}

#menulist a {
	padding-top: 8px;
	padding-bottom: 8px;
}

#submenulist a {
	padding-top: 1px;
        padding-bottom: 1px;
}

#menulist a:hover, #submenulist a:hover {
	background:#1763cf none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
}

#menu ul {
	 /*background:transparent url(../_bilder/border-bottom.gif) repeat-x scroll center bottom;*/
        border:0 none;
        list-style-type:none;
	padding-left: 10px;
	margin: 0px;
}

#menu ul ul {
	list-style-type:none;
	font-size: 13px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	margin: 0px;
}

#menu ul li {
	width:auto;
	display:block;
	/*border-top: 1px dotted #A4CFDE;*/
	
}

ul#menulist li {
	border-bottom: 1px dotted #A4CFDE;
}

li.menulist-current-item {
	border-bottom: none !important;
}

ul#submenulist li {
    padding-left: 13px;
    padding-bottom: 0px;
	padding-top: 0px;
}

li a#submenulist-current-item {
	background-color:#003399;
	color:#FFFFFF;
}

.no-submenu a{
	background-color:#003399;
	color:#FFFFFF !important;
}

.no-submenu ul#submenulist a{
	background-color:#ffffff;
	color:#444444 !important;
}

.no-submenu ul#submenulist a:hover {
	background:#1763cf none repeat scroll 0 0;
	color:#FFFFFF !important;
	text-decoration:none;
	white-space:nowrap;
}

ul.small-font {
	font-size: 11px !important;
}

/* styles for trading page's image links only */
/* trading features */
div.trading-features {
	width: 150px;
	height: 105px;
	margin:0;
	padding:0;
	background-image:url("../../images/ADTradingFeatures_hover.gif");
	background-position:center;
	background-repeat:no-repeat;
}

div.trading-features a, div.trading-features a:link, div.trading-features a:visited {
	display:block;
}

div.trading-features img {
	width:100%;
	height:100%;
	border:0;
}

div.trading-features a:hover img {
	visibility:hidden;
}

/* AD-connect */
div.ad-connect {
	width: 140px;
	height: 200px;
	margin:0;
	padding:0;
	background-image:url("../../images/Comerge_ADConnect_hover.png");
	background-position:center;
	background-repeat:no-repeat;
}

div.ad-connect a, div.ad-connect a:link, div.ad-connect a:visited {
	display:block;
}

div.ad-connect img {
	width:100%;
	height:100%;
	border:0;
}

div.ad-connect a:hover img {
	visibility:hidden;
}

/* AD-bot */
div.ad-bot {
	width: 140px;
	height: 200px;
	margin:0;
	padding:0;
	background-image:url("../../images/Comerge_ADBot_hover.png");
	background-position:center;
	background-repeat:no-repeat;
}

div.ad-bot a, div.ad-bot a:link, div.ad-bot a:visited {
	display:block;
}

div.ad-bot img {
	width:100%;
	height:100%;
	border:0;
}

div.ad-bot a:hover img {
	visibility:hidden;
}

/* AD-trading */
div.ad-trading {
	width: 140px;
	height: 200px;
	margin:0;
	padding:0;
	background-image:url("../../images/Comerge_ADTrading_hover.png");
	background-position:center;
	background-repeat:no-repeat;
}

div.ad-trading a, div.ad-trading a:link, div.ad-trading a:visited {
	display:block;
}

div.ad-trading img {
	width:100%;
	height:100%;
	border:0;
}

div.ad-trading a:hover img {
	visibility:hidden;
}

/* profile-trading */
div.profile-trading {
	width: 140px;
	height: 200px;
	margin:0;
	padding:0;
	background-image:url("../../images/Comerge_ADTrading_profile_hover.png");
	background-position:center;
	background-repeat:no-repeat;
}

div.profile-trading a, div.profile-trading a:link, div.profile-trading a:visited {
	display:block;
}

div.profile-trading img {
	width:100%;
	height:100%;
	border:0;
}

div.profile-trading a:hover img {
	visibility:hidden;
}

/* all the link styles for links in trading page */
/*.trading-links {
	background-image:url("../../images/down-arrow-grey.png");
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 15px;
}*/

/* styles for subscription section*/

.subscription-section{
	padding-top:15px;
	margin-left: 9px;
	color:#444444; 
	font-weight:bold; 
	width:100%;
}
.submit-button{
	background-color: #1763CF; 
	color:#ffffff; 
	font-weight:bold; 
	margin-top:10px; 
	border:none; 
	padding:1px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right:2px;
	cursor: pointer;
}

.submit-button:hover{/*border-right:2px solid #797C80; border-bottom:2px solid #797C80;*/ color:#000000;}

.subscription-default-text {
	color:#7b7b7b;
}

