#jsddm
{
    padding: 0px;
    height: 28px;
    z-index: 10001;
}

#jsddm li
{
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px 0px 15px;
    background: url('pics/menuS.gif') no-repeat right;
    /* Shuki Add */
    position: relative;
    z-index: 10001;
}

#jsddm li.first
{
	padding: 0px 15px 0px 15px;
}

#jsddm li.last
{
	background: none;
}

#jsddm li a
{
    display: block;
    text-decoration: none;    
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
}

#jsddm li a:hover
{
    color: #000000;
}

#jsddm li a span
{
	font-family: Georgia;
	font-weight: bold;
	color: #004186;
}
	
#jsddm li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 10001;
    
    /* Shuki Add */
    left: 0px;
    border: solid 1px #f1f1f1;
    border-bottom: none;
    background: #fff;
}

#jsddm li ul li
{
    float: none;
    display: inline;
    padding: 0px !important;
    left: 0px;
    position: static !important;
    width: 100%;
}

#jsddm li ul li a
{
    line-height: 23px;
    padding: 0px 10px;
    height: auto;
    font-family: Arial !important;
	font-size: 11px !important;
	font-style: normal !important;
	border-bottom: solid 1px #f1f1f1;
	font-weight: bold;
	background: #ffffff;
	color: #666666 !important;
}

#jsddm li ul li a:hover
{
	background: #cacaca;
}



/*



---------------THE CLASES BELOW HAVE BEEN TRANFERED HERE FROM RESET-FONTS.CSS, WHICH IS NOT BEING USED ANYLONGER

*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html
{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img
{
	border: 0;
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

caption,th
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after
{
	content:'';
}

abbr,acronym
{
	border:0;
	font-variant:normal;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

input,textarea,select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select
{
	*font-size:100%;
}

legend
{
	color:#000;
}

del,ins
{
	text-decoration:none;
}

body
{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea
{
	font:99% arial,helvetica,clean,sans-serif;
}

table
{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt
{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}