.jqueryslidemenu{
font: bold 11px Tahoma;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
float: left;
display: block;
color: black;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 0px;
background-color: #D4D4D6; /*Default menu color*/
border-bottom: 1px solid #EEAA2B;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: black;
}

.jqueryslidemenu ul li a:hover{
background: #EEAA2B; /*tab link background during hover state*/
color: black;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 10;
display: block;
visibility: hidden;
text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 11px Tahoma;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #efaa2b;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

.downarrowclass{
position: absolute;
top: 9px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 173px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 11px Tahoma;
padding: 4px 17px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: black;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;/*menu ii zvsar*/
}

.wireframemenu a:visited{
color: black;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}


#modernbricksmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Tahoma;
}

#modernbricksmenu ul{
font: bold 10px Tahoma;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
	display: inline;
}

#modernbricksmenu a{
float: left;
display: block;
color: black;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 0px;
background-color: #D4D4D6; /*Default menu color*/
border-bottom: 1px solid #EEAA2B;
}

#modernbricksmenu a:hover{
background-color: #EEAA2B; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #EEAA2B; /*Brown color theme*/ 
border-color: #EEAA2B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #EEAA2B; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

.textinput{
width: 120px;
border: 1px solid gray;
font: normal 10px Tahoma;
color: #919195; 
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}11:17 PM 3/26/2008

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 200px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 125px; /*width of sub menu levels*/
text-decoration: none;
padding: 3px 20px;
border: 0px solid black;
}

/*zuun taliin virtical menu */
.suckerdiv{ 
	width: 100%; /*Box model bug: 178px minus all left and right paddings for .suckerdiv */
}

.suckerdiv ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.suckerdiv li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

.suckerdiv li a{
	display: block;
	padding: 2px 2px 2px 12px;
	border-left: 10px solid #0982CB;/*menuunii urd taliin bosoo*/
	background-color: #199FF0;/*menuunii gol taliin bosoo*/
	color: #fff;
	text-decoration: none;
	width: 100%;
	font: normal 11px Tahoma;
}

html>body .suckerdiv li a{ /*Non IE6 width*/
	width: auto;
}

.suckerdiv li a:hover{
	border-left: 10px solid #1c64d1;
	border-right: 0px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

.suckerdiv ul li{
	position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 176px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
/*Date*/
td.date{
	font: bold 11px Tahoma;
}

td.footer
{
font: normal 11px Tahoma;
}

/*footer*/
a.footer_menu:link ,a.footer_menu:visited{ 
	font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
	font-size : 11px;
	font-weight :normal;
	color:black;
	text-decoration: none;
}
a.footer_menu:hover{
	font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
	font-size : 11px;
	font-weight :normal;
	color:#2175BC;
	text-decoration: none;
}

/*Titlebar deerh titlr uud*/
.arrowlistmenu{
width: 180px; /*width of menu*/
}

/*Left menuunii devsger zurag*/
.leftMenu{
font: bold 10px Tahoma;
color: white;
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
}

/*right menuunii garchig*/
.headerbar{
font: bold 10px Tahoma;
color: Black;
background:url(data/images/titlebar_ask.jpg) repeat-x;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
}
.headerbar1{
font: bold 10px Tahoma;
color: Black;
background:url(data/images/titlebar_ask.jpg) repeat-x;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
}
.ontsgoiloh_headerbar{
font: bold 10px Tahoma;
color: Black;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
}
.headerbar_zar{
font: bold 10px Tahoma;
color: Black;
background:url(data/images/titlebar_ask.jpg) repeat-x;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
height: 20px;
}
.clock_headerbar{
font: bold 10px Tahoma;
color: Black;
background:url(data/images/clock_titlebar_ask.jpg) repeat-x;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
margin-top: 3px;
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.niitzochid{
font: bold 10px Tahoma;
color: Black;
background:url(data/images/titlebar_ask.jpg) repeat-x;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0; /*header text is indented 10px*/
width: 178px;
}

/*Sanal asuulgiin asuult*/
.asuult{
font: bold 11px Tahoma;
color: Black;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
}

.zahialga
{
font: normal 11px Tahoma;
text-align: justify;
}

/*Asuultiin hariu*/
.radio
{
font: normal 11px Tahoma;

}

.zar_haruulah
{
font: normal 13px Tahoma;
}

.radio1
{
font: normal 11px Tahoma;

}

.search
{
font: bold 10px Tahoma;
}
.sitemap li a
{
font: normal 12px Tahoma;
color: yallow;
}

}

/*Paging*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: 2175BC;
color: #FFF !important;
border-color: #90BADE;
font-weight: normal;
font-size: 12px;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/*Paging*/
.UserNamePass{
	font: normal 11px Tahoma;
	color: #1219A7;
}

.label{
	float: left;
	width: 120px;
	height: 18px;
	font: normal 11px Tahoma;
}

.NewUser{
	font: normal 11px Tahoma;
	color: #1219A7;
}
.zartitle{
font: bold 10px Tahoma;
color: Black;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
}

td.normal_title{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : bold;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  color:#000000;
}
td.normal_body{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : normal;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  color:#000000;
}

.thanks{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : normal;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  color:#000000;
}

.copyright{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : normal;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  color:#C0C0C0;
}
/**************************  Зар оруулах хэвшүүлэлт  **************************/
td.zar_oruulah_title{
  font-family : Tahoma;
  font-size : 12px;
  font-weight : normal;
  color:#000000;
}

td.zar_oruulah_small_title{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : normal;
  color:#000000;
}

td.zar_oruulah_small_title_warning{
  font-family : Tahoma;
  font-size : 12px;
  font-weight : bold;
  color:red;
}

/**************************  Зар оруулах хэвшүүлэлт  **************************/

/**************************  Мэдээ хэвшүүлэлт  **************************/
td.news_title{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : normal;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  color:#000000;
}
