//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#800000", "shadow":"#800000", "bgON":"#800000","bgOVER":"#000080"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var CM_STYLE = {"border":1, "shadow":0, "color":color, "css":css};
//items and formats


var MENU_ITEMS1 = [
    {"pos":"relative", "top":-10, "size":[20,85], "itemoff":[0,85], "leveloff":[20,0], "delay":300, "style":CM_STYLE},
    {code:"Home", url:"http://www.cuccinelli.org/index.shtml"},
    {code:"About Ken",
        sub:[
            {"size":[20,85],"itemoff":[20,0],"leveloff":[0,0], "style":CM_STYLE},
	    {code:"Biography", url:"http://www.cuccinelli.org/biography.shtml"},
            {code:"Senate Info", url:"http://sov.state.va.us/SenatorDB.nsf/be032c3005b9a5bb85256bf3006d57e2/4235f3526844517085256bfa00712239?OpenDocument", target: "blank"},  
            {code:"Pictures", url:"http://www.cuccinelli.org/pictures.shtml"},
            ]
    },
    {code:"The Issues",
        sub:[
            {"size":[20,85],"itemoff":[20,0],"leveloff":[0,0],"style":CM_STYLE},
            {code:"Positions", url:"http://www.cuccinelli.org/positions.shtml"},
            {code:"On-Line Poll", url:"http://www.cuccinelli.org/survey.shtml"},
            ]
    },
    {code:"Services",
        sub:[
            {"size":[20,85],"itemoff":[20,0],"leveloff":[0,0],"style":CM_STYLE},
            {code:"Assistance", url:"http://www.cuccinelli.org/assistance.shtml"},
            {code:"District Map", url:"http://www.cuccinelli.org/map.shtml"},
            {code:"Polling Place", url:"http://www.sbe.state.va.us/VotReg/Polling_Place/Polling_Place_Lookup_request.htm", target: "blank"},
	    {code:"Links", url:"http://www.cuccinelli.org/links.shtml"}
            ]

    },
    {code:"Media",
        sub:[
            {"size":[20,85],"itemoff":[20,0],"leveloff":[0,0],"style":CM_STYLE},
            {code:"Releases", url:"http://www.cuccinelli.org/releases.shtml"},
            {code:"In The News", url:"http://www.cuccinelli.org/news.shtml"}            	    ]
    },
    {code:"Community",
       sub:[
            {"size":[20,85],"itemoff":[20,0],"leveloff":[0,0],"style":CM_STYLE},
            {code:"Involvement", url:"http://www.cuccinelli.org/involvement.shtml"},
            {code:"Events", url:"http://www.cuccinelli.org/events.shtml"},
	{code:"Tsunami", url:"http://www.cuccinelli.org/tsunami.shtml"},
	{code:"Internship", url:"http://www.cuccinelli.org/internship.shtml"}
            ]
    },
    {code:"Contacts", url:"http://www.cuccinelli.org/agency.shtml"
    },
	
];
