/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.pager{font-size:11px;list-style:none;text-align:center;margin-bottom:30px;margin-top:20px}
.pager li{list-style:none;float:left;border:solid 1px #ddd;padding:2px 6px;margin:2px}
.pager li a{background:#fff;text-decoration:none}
.pager li.selected{border:none;padding:2px 6px}
.pager li.selected a{font-weight:bold;background:#fff;color:#0084ff}
.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 6px 6px 6px 6px;
}

.art-nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('/images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 994px;
	clip: rect(auto, auto, auto, 994px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('/images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:4px;
}

.art-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t 
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 11px;
	color: #CED0C8;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-29px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-29px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-29px;
}
.art-menu a:hover .t
{
	color: #F5FAE5;
}

.art-menu li:hover a .t
{
	color: #F5FAE5;
}

.art-menu li:hover>a .t
{
	color: #F5FAE5;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -58px;
}

.art-menu a.active .t
{
	color: white;
}


/* end MenuItem */

.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 29px;
	background-image: url('/images/MenuSeparator.png');
}
/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;

	background-image: url('/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: white;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #303C0C;
	background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
	color: #303C0C;
	background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #303C0C;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #303C0C;
}


/* end MenuSubItem */


div.msg-ok { margin-bottom:7px; background:#f5f5f5; border:2px solid green; color:green; font-weight:bold; }

.ddown {padding:0; margin:0; float:left; padding-right:1px}
.ddown dt {padding:0; margin:0; width:100px; border:1px solid #9ac1c9; padding:4px; font-weight:bold; cursor:pointer;}
.dropdown {padding:0; margin:0; float:left; padding-right:1px}
.dropdown dt {padding:0; margin:0; width:99px; border:1px solid #9ac1c9; padding:4px; font-weight:bold; cursor:pointer;}
.dropdown dd {padding:0; margin:0; position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {padding:0; margin:0; width:90px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.dropmini {padding:0; margin:0; float:left; padding-right:1px}
.dropmini dt {padding:0; margin:0; width:100px; border:1px solid #9ac1c9; padding:4px; font-weight:bold; cursor:pointer;}
.dropmini dd {padding:0; margin:0; position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:200; opacity:0}
.dropmini ul {padding:0; margin:0; width:90px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropmini, li {display:inline}
.dropmini a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropmini a:hover {background:#d9e1e4; color:#000}
.dropmini .underline {border-bottom:1px solid #b9d6dc}
.votingLines {
	line-height:12px;
	margin-top: 7px;
	overflow:hidden;
	padding-bottom:7px;
	border-bottom:1px #ccc dashed; }
	

	#accordion {
	
			width: 100%;
			height: 165px;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size: 11px;
	
			position:relative !important;
			display:block;
			
			
			background-repeat:no-repeat;
			background-position:right center;
	}
	#logotype {
	position:absolute;top:0px;left:10px;
	width:106px;height:110px;background:url("/logotype.png") no-repeat;
}
	#banner {
	position:absolute;top:90px;left:220px;
	width:106px;height:120px;
}
* html #logotype {
	background:none;
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
		(src='logotype.png', sizingMethod='scale');
}
	h3 {
			font-size: 12px;
			padding: 6px 6px 4px 35px;
			margin: 0;
			color:#fff;
			border-bottom:1px solid #333333;
			cursor:pointer;
			display:block;
			background-image:url(/images/tab-left.gif);
			background-position:top left;
			background-repeat:no-repeat;
	}
	.info {
    margin: 0px 0 0px 0;
    padding: 5px;
	background-image:url(http://daboy.gameplace.lv/sep.gif);
    border: 1px solid #8CABC8;
    
}
.content {
    margin: 6px 0 0px 0;
    padding: 5px;
    border: 1px solid #8CABC8;
    background-color: #D7E5F1;
}



	#visible {
			background-image:url(/images/tab-left-active.gif);
			border-bottom:1px solid #DA1074;
	}
	
	.panel_body {
			height:100px;
			background-color:#333333;
			display:block;
			position:relative;
			color:#FFFFFF;
	}
	
	.panel_body div {
			padding:3px 5px;
	}
	
	.panel{
		bottom:0px;
		margin:0px;
		padding:0px;
		background-image:url(/images/tab-right.gif);
		background-position:top right;
		background-repeat:repeat-x;
		background-color:#333333;
	}
	.wrapper{
		bottom:0px;
		position:absolute;
	}
A {
	color : #1074b1;
	text-decoration : none;
	font-weight: bold;
}
A:hover {
	color : lightblue;
	text-decoration : underline;

}


DIV.tab {
  /*background-color: #A1A1A1;*/
  background-color: #363636;
  font-family: Tahoma;
  color: #FFFFFF;
  height: 15px;
  padding: 4px;
	
}

input.spec { width: 175px; padding: 3px; border: px solid black; border: 1px solid; font-size: .9em; }

input, textarea {

  background-color: #f0f0f0;
  border: 1px solid #000000;
  font-family: 'Trebuchet MS', Helvetica, Arial;
  font-size: 11px;
  font-weight: bold;

  margin-top: 5px;
  /*margin-left: 10px;*/

}



img {
	border: 0px;
}

body, td, p {
		font-size: 11px; /* Resets 1em to 10px */
		font-family: Tahoma;
	color: #444;
	
	
}


 a {
	font-family: Tahoma;
	font-size: 11px;

	
}


table.null { border-collapse: collapse; margin: 0px 0px 4px 0px; }
table.null td { border: 1px solid #afa075; padding: 3px; }
table.null td.nobtb table td { border:0; padding:0; }
table.null tr.style2 td { padding: 2px; }
table.null tr.style3 td { padding: 5px; }
table.null tr.colhead { background-image: url('http://gameplace.lv/images/tab-right.gif'); background-repeat: repeat-x; height: 30px; color: #000000; }
table.null tr.colhead2 { background-image: url('http://gameplace.lv/images/tab-right.gif'); background-repeat: repeat-x; height: 30px; }
table.null tr.colhead td { padding: 3px; color: #afa075; font-weight: bold; }
table.null tr.colhead2 { background-color: #afa075; }
table.null tr.colhead2 td { padding: 3px; color: #afa075; font-weight: bold; }


table.btb {  border: 1px solid #ffffff; border-collapse: collapse; margin: 0px 0px 4px 0px; }
table.btb td { border: 1px solid #ffffff; padding: 3px; }
table.btb td.nobtb table td { border:0; padding:0; }
table.btb tr.style2 td { padding: 2px; }
table.btb tr.style3 td { padding: 5px; }
table.btb tr.colhead { background-image: url('http://gameplace.lv/images/tab-right.gif'); background-repeat: repeat-x; height: 30px; color: #000000; }
table.btb tr.colhead2 { background-image: url('http://gameplace.lv/images/tab-right.gif'); background-repeat: repeat-x; height: 30px; }
table.btb tr.colhead td { padding: 3px; color: #000000; font-weight: bold; }
table.btb tr.colhead2 { background-color: #cecece; }
table.btb tr.colhead2 td { padding: 3px; color: #000000; font-weight: bold; }


table.video { border-collapse: collapse; margin: 0px 0px 4px 0px; }
table.video td { border: 0px solid #000000; padding: 3px; }
table.video td.novideo table td { border:0; padding:0; }
table.video tr.style2 td { padding: 2px; }
table.video tr.style3 td { padding: 5px; }
table.video tr.colhead { background-image: url('http://gameplace.lv/images/tab-right.gif');  background-repeat: repeat-x; height: 30px; }
table.video tr.colhead2 { background-image: url('http://gameplace.lv/images/tab-right.gif');  background-repeat: repeat-x; height: 30px; }
table.video tr.colhead td { padding: 3px; color: #000000; font-weight: bold; }
table.video tr.colhead2 { background-color: #cecece; }
table.video tr.colhead2 td { padding: 3px; color: #000000; font-weight: bold; }


.news-text {
overflow: hidden;
height: 185px;
width: 100%;
}

.blog-text {
overflow: hidden;
height: 93px;
width: 100%;
}

#menu_links a {
	color: #000000;

	display: block;
	padding: 2px;
	padding-left: 4px;
	font-family: Verdana;
	font-size: 11px;
}

#menu_links a:hover {
	color: #000000;
	background-color: red;
/**	background-image: url(img/bg2.gif); **/
	text-decoration: none;
	padding: 1px;
	padding-left: 2px;
	border: 1px solid #000000;
}

#menu_box {
	padding: 5px;
}
.contentstyle{
    border: 1px solid #263e58;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 10px;
    background-color: white;
    color: #263e58;
}
.selected {
    color: #263e58;
}
.contentstyle{
    border: 1px solid #263e58;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 10px;
    background-color: white;
    color: #263e58;
}
.shadetabs{
    padding: 3px 0;
    margin-left: 4px;
    margin-top: 1px;
    margin-bottom: 2px;
    margin-right: 0px;
    font-size: 12px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li:hover{
    color: #2b2b2b;
    text-decoration: none;
}

.shadetabs li.selected:hover{ /*selected main tab style */
    text-decoration: none;
    color: #263e58;
}

.shadetabs li{
    display: inline;
    margin: 0px;
    text-decoration: none;
    padding: 5px 0px;
    margin-right: 0px;
    border: 1px solid #263e58;
    color: #999999;
    font-weight: bold;
    background: white url("/spinner.gif") top left repeat-x;
    cursor: pointer;
}



.shadetabs li.selected{
    position: relative;
    top: 0px;
    color: #263e58;
    background-image: url("/spinner.gif");
    color: #263e58;
    border-bottom-color: white;
    cursor: pointer;
}

.ipb-top-left-link,
.ipb-top-right-link
{
	background: transparent url(http://gameplace.lv/menu.gif);
	float: right;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 7px 0 7px 0;
	width: auto;
	border-left:  1px solid #dce3ee;
}
.borderwrap,
.borderwrapm
{
	background: #FFF;
	border: 1px solid #072A66;
	padding: 0px;
	margin: 0px;
}
#userlinks,
#userlinksguest
{
	background: #F0F5FA;
	border: 1px solid #C2CFDF;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}
#userlinks p.home,
#userlinksguest p.home
{
	float: left;
	
}

#userlinks,
#userlinksguest
{
	background: #F0F5FA;
	border: 1px solid #C2CFDF;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}
div.msg-error { margin-bottom:7px; background:#f5f5f5; border:2px solid #c52000; color:#c52000; font-weight:bold; }
div.msg-error ul { padding-left:20px; margin:5px; list-style:square; }

div.msg-ok { margin-bottom:7px; background:#f5f5f5; border:2px solid green; color:green; font-weight:bold; }
div.msg-ok ul { padding-left:20px; margin:5px; list-style:square; }


#userlinksguest
{
	background: #F4E7EA;
	border: 1px solid #986265;
}

#userlinks p,
#userlinksguest p
{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 7px 0 7px 0;
	text-align: right;
}

#userlinksguest p.pcen
{
	text-align: left;
}

#userlinksguest
{
	background: #F4E7EA;
	border: 1px solid #986265;
}

#userlinks p,
#userlinksguest p
{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 7px 0 7px 0;
	text-align: right;
}

#userlinksguest p.pcen
{
	text-align: left;
}
.borderwrapm
{
	margin: 5px;
}

.borderwrap h3,
.maintitle,
.maintitlecollapse
{
	background: url(/style_images/1/tile_cat.gif);
	border: 1px solid #FFF;
	border-bottom: 1px solid #5176B5;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}

.maintitle td
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.maintitlecollapse
{
	border: 1px solid #FFF;
}

#logostrip
{
	background: #3860BB url(/main_logo.png);
	border: 1px solid #FFF;
	height: 200px;
	width: 1050px;
	margin: 0;
	padding: 0;
}

#submenu{ 
	background: transparent url(http://gameplace.lv/menu.gif);
	border: 1px solid #FFF;
	border-top: 0;
	color: #3A4F6C; 
	margin: 0;
	height: 29px;
	text-align: right;
}

.ipb-top-left-link
{
	float: left;
	border-left: 0px;
	border-right: 1px solid #dce3ee;
}

.ipb-top-left-link a:link, 
.ipb-top-left-link a:visited,
.ipb-top-right-link a:link, 
.ipb-top-right-link a:visited
{ 
	background: transparent; 
	color: #3A4F6C;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

.ipb-top-left-link a:hover, 
.ipb-top-left-link a:active,
.ipb-top-right-link a:hover, 
.ipb-top-right-link a:active
{
	background: transparent; 
	color: #5176B5; 
}




img {
	border: 0px;
}

#footer {
	clear: both;
	width: 1005px;
	height: 40px;
	margin: 0px auto 30px auto;
	background: url(/images/footer.png) no-repeat left top;
	color: #858585;
	
	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*******************header*********************************/
#header {width:100%; }

#subheader_black {width:100%; background:url('/images/bg_header.gif') 0 0 repeat-x;}
.subheader_black_left { background:url('/images/header_left.gif') 0 0 no-repeat;}
.subheader_black_right { background:url('/images/header_right.gif') right top no-repeat; width:100%; height:70px;}

#subheader {width:100%; margin-top:10px;}
.subheader_right {width:100%; height:174px;}



#header .menu { padding:32px 0 30px 49px; }
#header .menu li { background:url('/images/sep.gif') right top no-repeat; padding:0 20px; float:left;}
#header .menu li .red_bull_link { color:#FFFFFF; font-size:1.09em; font-weight:bold; background:url('/images/bull.gif') 0 0 no-repeat; padding:0 0 0 22px; text-decoration:none;}
#header .menu li .red_bull_link:hover{text-decoration:underline;}
#header .menu li .links a {color:#FFFFFF; font-size:1.09em; font-weight:bold; text-decoration:none;}
#header .menu li .links a:hover{text-decoration:underline;}
#header .logo { padding:0px 0 0 30px; float:left; width:45%; height:71px; }
#header .block_search { padding:46px 45px 0 0; float:right; }
#header .span  { font-size:1.01em; line-height:1.45em; color:#421111; text-transform:uppercase; text-decoration:none;}
/*******************end header*********************************/


/* ++ Hover menu styles */
.trigger ul.menu_new { z-index:10; display: none; position: absolute; margin: 0; padding: .4em; list-style: none; width:200px; }			        
.trigger ul.menu_new .element { z-index:10; padding: 5px; background:url('/images/arr_1.gif') 0 6px no-repeat; padding-left:15px; }
.trigger ul.menu_new .element a { z-index:10; display: block; }
.trigger:hover ul.menu_new { z-index:10; display: block; }
.element { font-size:100%; color:white; font-weight:bold; }
.links { background:url('/images/arr_1.gif') 5px 10px no-repeat; padding:5px 0 5px 20px; cursor:pointer; border:solid 1px white; }
.links:hover { text-decoration:underline; }
.trigger ul li a { background:none; }
.sublink_table { line-spacing:1.5em;background-color:#363C40;color:white;width:190px;font-weight:bold;border:solid 1px white;border-collapse:collapse; }
	